home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 June
/
ccd0605.iso
/
Software
/
Freeware
/
Programare
/
highlight
/
highlight-W32GUI-2.2-10b-Setup.exe
/
{app}
/
langDefs
/
ml.lang
< prev
next >
Wrap
Text File
|
2004-07-06
|
1KB
|
37 lines
# Objective Caml language definition file
#
# Author: AndrΘ Simon
# Mail: andre.simon1@gmx.de
# Date: 17.11.2003
# ------------------------------------------
# This file is a part of highlight, a free source code converter released under the GPL.
#
# The file is used to describe keywords and special symbols of programming languages.
# See README in the highlight directory for details.
#
# New definition files for future releases of highlight are always appreciated ;)
#
# ----------
# andre.simon1@gmx.de
# http:/www.andre-simon.de/
$KW_LIST(kwa)= and as assert asr begin class constraint do done downto else
end exception external false for fun function functor if in include inherit
initializer land lazy let lor lsl lsr lxor match method mod module mutable new
object of open or private rec sig struct then to true try type val virtual when
while with
$KW_LIST(kwb)=bool string int real word float unit
$STRINGDELIMITERS=" '
$ML_COMMENT=(* *)
$ALLOWNESTEDCOMMENTS=true
$IGNORECASE=false
$ESCCHAR=\
$SYMBOLS= ( ) [ ] { } , ; : & | < > ! = / * % + -